func crypto/elliptic.bigFromDecimal

9 uses

	crypto/elliptic (current package)
		nistec.go#L22: 		P:  bigFromDecimal("26959946667150639794667015087019630673557916260026308143510066298881"),
		nistec.go#L23: 		N:  bigFromDecimal("26959946667150639794667015087019625940457807714424391721682722368061"),
		nistec.go#L39: 		P:  bigFromDecimal("115792089210356248762697446949407573530086143415290314195533631308867097853951"),
		nistec.go#L40: 		N:  bigFromDecimal("115792089210356248762697446949407573529996955224135760342422259061068512044369"),
		nistec.go#L56: 		P: bigFromDecimal("394020061963944792122790401001436138050797392704654" +
		nistec.go#L58: 		N: bigFromDecimal("394020061963944792122790401001436138050797392704654" +
		nistec.go#L78: 		P: bigFromDecimal("68647976601306097149819007990813932172694353001433" +
		nistec.go#L81: 		N: bigFromDecimal("68647976601306097149819007990813932172694353001433" +
		nistec.go#L256: func bigFromDecimal(s string) *big.Int {